Release 10.1A: OpenEdge Data Management:
SQL Reference


DROP USER

Deletes the specified user.

Syntax

DROP USER 'username' ; 

'username'

Specifies the user name to delete. The username must be enclosed in quotes.

Example

In this example, an account with DBA privileges drops the username ‘Jasper’:

DROP USER 'Jasper' ; 

Authorization

Must have DBA privileges.

Related statements

BEGIN-END DECLARE SECTION, CREATE USER


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095